home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-02-21 | 715 b | 47 lines | [TEXT/SPM ] |
- write() read()
- 0x00
- ^A 0x01
- ^B 0x02
- ^C 0x03 raise SIGINT
- ^D 0x04 read()==0
- ^E 0x05
- ^F 0x06
- ^G 0x07 beep
- ^H 0x08 backspace delete character from buffered line
- ^I 0x09 tab
- ^J 0x0a new line \r (if INLCR)
- ^K 0x0b
- ^L 0x0c home&clear
- ^M 0x0d return \n (if ICRNL)
- ^N 0x0e
- ^O 0x0f
- ^P 0x10
- ^Q 0x11 start output
- ^R 0x12
- ^S 0x13 stop output
- ^T 0x14
- ^U 0x15 kill buffered line
- ^V 0x16
- ^W 0x17
- ^X 0x18
- ^Y 0x19
- ^Z 0x1a raise SIGTSTP
- ESC 0x1b see below
- 0x1c raise SIGQUIT
- 0x1d
- 0x1e
- 0x1f
- DEL 0x7f
- others printed
-
- ESC sequences
- ESC A
- ESC B
- ESC C
- ESC D
- ESC I toggle insert mode
-
- go away box raise SIGHUP
- zoom/grow modify ncols, nrows
- apple-. raise SIGTERM
- alt-apple-. kill Mac06 kernel